Conversation
The main reason is that we have it in the CI, but allowing it to fail means we don’t notice it (like in #104) , so it gets missed. For me, the issue is that I autoformat the code as I write it, so I end up with unrelated changes when I edit a misformatted file. On my end, the issue isn’t that bad, but it’s also not a huge deal to require PRs to just run Thoughts? |
|
You could get used to typing But since you've been doing far more work on this crate than me I'll give you priority on this, if @newpavlov agrees. |
|
In my experience it's PITA to deal with |
|
Then the decision seems clear: we continue to allow failures for Rebase without that part @josephlr. |
Done, updated title and description. Thanks for the clarification @newpavlov |
Run Rustfmt
#104 contained
rustfmterrors, but we missed them because formatting errors don't (currently) fail the CI.This PR fixes the formatting errors